home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / toolalias / source / icon.h < prev    next >
C/C++ Source or Header  |  1995-03-27  |  207b  |  7 lines

  1. /* prototypes from icon.c */
  2. BOOL GetOurIcon(struct WBStartup *WBenchMsg);
  3. void FreeOurIcon(void);
  4. char *TTString(char *name, char *def);
  5. LONG TTInt(char *name, LONG def);
  6. BOOL TTBool(char *name, BOOL def);
  7.